1.Every action that the component under test consumes has a property on the test component of the corresponding type wired to it.
被测试的组件所消费的操作在test组件上都有一个对应类型的属性相连接。
2.To provide values like this , you create a test component called a data pool .
为了提供这样的值,您可以建立一个被称为资料池的测试元素。
3.NOTE: We strongly recommend that you create a unit test for your unit test component (see figure 1).
注意:在此强烈建议为您的单元测试组件(见图1)创建一个单元测试。
4.You can see in the Test Component pane how the top element is of type BG.
在测试组件面板中,可以看到顶层元素属于类型BG。
5.Figure 3 shows the test component with which you might use this test plan.
图3展示了将对其使用这个测试计划的test组件。
6.When an action is set on the test component, a corresponding part of the UI is filled with the value it receives.
当对test组件设置一个操作时,相应的UI部分将填充所接收的值。
7.By default, the Test Component Wizard emulates downstream SCA components which is not the our desired result.
缺省情况下,TestComponentWizard模拟下游SCA组件,这不是我们需要的结果。
8.Wire each property in the component under test to a valid action in the test component.
将进行测试的组件中的每个属性连接到test组件中的有效操作。
9.You need to create a Web Services Description Language (WSDL) file declaring the properties and actions that your test component uses.
需要创建一个WebServicesDescriptionLanguage(WSDL)文件声明test组件要使用的属性和操作。
10.For each supported action, ask the operator to fill in values in the test component, and then click the Set button.
对于每个受支持的操作,要求操作员在test组件中填充值,然后单击Set按钮。